Map<String, dynamic> toJson() => { 'id': id, 'description': description, 'actions': actions.map((a) => a.toJson()).toList(), };