Returns a string representation of the Market instance.
@override String toString() { return '${Helpers.getTypeName(Market)}: id = $id, symbol = $symbol, name = $name'; }