pub fn to_option_string<T, S>(
    value: &Option<T>,
    serializer: S
) -> Result<S::Ok, S::Error> where
    T: Display,
    S: Serializer