Converts to JSON.
@override Map<String, dynamic> toJson() => { 'text': text, if (thought != null) 'thought': thought, if (thoughtSignature != null) 'thoughtSignature': base64Encode(thoughtSignature!), };