" I model the sectors where an Agent can belong to. " Class { #name : #EtiSector, #superclass : #Object, #category : #'Etico-Model' } { #category : #initializing } EtiSector class >> list [ ^ #('privado' 'publico' 'fundaciones / ONG') ]