@override Map<String, dynamic> toJson() { return { 'id': id, 'name': name, 'type': type.name, 'variable': variable.toJson(), }; }