@override Map<String, dynamic> toJson() { return { ...super.toJson(), 'operator': operator.name, }; }