Converts object to JSON data
Map<String, dynamic> toJson() { return { 'id': id, 'is_final': isFinal, 'utterance': utterance.toJson(), }; }