Returns list of initial states for the given class.
Each initial state item contains 2 values i.e, state name and annotation.
function getInitialStates input TypeName cl; output String[:, :] initialStates; end getInitialStates;