pub fn maybe_print_bool_param(
    name: &str,
    param: bool,
    default_value: bool
) -> String