Formats a value of type T as a string for output or serialization.
T
String format(bool value) => value.toString();