Custom settings page TinyMce: no formatting when echoing value of editor

You have to format the output:

echo wpautop( stripslashes ( $options['information'] ) );

see: https://codex.wordpress.org/Function_Reference/wpautop