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