Returns a string representation (e.g., '5 minutes').
@override String toString() { return '$value ${unit.toShortString()}'; }