Supressing output in 'steady' and 'simul' commands

@feliperuiz01 Actually there is a hidden option that will disable most output from perfect foresight simulations. Just write the following before running the simulation:

options_.verbosity = 0;

We definitely should add a documented interface to this feature.