Returns a string representation of this quantity.
Format: 'HKQuantity(value unit)'
@override String toString() { return 'HKQuantity($value$unit)'; }