class Item { static constraints = { } String name String description Integer weight String toString() { return "${name}" } }