I have added a categorical type tracked variable to track state. I am assigning different states like "Idle", "Traveling", "Charging" etc. When I try to refer to this label or print it out, I see integer values instead of string. I am assuming flexsim is keeping a distinct integer to track each state. Is there a way for me to access the original string value or see the mapping ?