class TypeOfModification { String name String description boolean isActive static hasMany = [modifications : Modification] }