Printing out Category and all Category Children on category.php

That’s damn simple, see here: http://codex.wordpress.org/Function_Reference/get_categories .
The sample downhere should work:

$kids = get_categories(array('child_of'=>get_query_var('cat')));