Map<String, dynamic> toJson() => { 'id': id, 'name': name, 'position': position, 'visible': visible, 'variation': variation, 'options': options, };