It's often useful to display some text about the curretn state of the Automaton.
We could add a get_text_info method to Automaton, which returns a string of list of strings that are logged somewhere on the screen. That way, we can have some info about the different toggles of the automaton for example.