sclass WordNet { S word; S wordType; LS synonyms; S description, examples; toString { ret stdToString(this); } }