Convert the message to a JSON map
@override Map<String, dynamic> toJson() => { 'type': type.value, 'documentId': documentId, 'awareness': awareness.toJson(), };