Converts the AyahRangeInfo to JSON
Map<String, dynamic> toJson() { return { 'start': start, 'end': end, 'count': count, }; }