Creates a JSON object from the Bot Description object.
Map<String, dynamic> toJson() { return { 'description': description, }; }