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