Converts the object to a JSON representation.
@override Map<String, dynamic> toJson() { return {'mem_price': memPrice.toJson(), 'step_price': stepPrice.toJson()}; }