Typical use of List
Typical use of a List instance is to keep track of agent population
At create time Model initializes each agent and puts him on agentList
The agentList is then accessed by Schedule, GUI objects and so on...
for(i=0;i<numAgents;i++) {