Returns a usage documentation friendly string representation of the value. The default implementation simply invokes toString.
String format(final V value) { return value.toString(); }