concept G22MaskConcept > ConceptWithChangeListeners { S description; IBinaryImage maskImage; toString { ret colonCombine(super.toString(), description); } }