@override Map<String, Object?> toJson() { final data = super.toJson(); data['sender'] = senderId; return data; }