Hello David,
We currently do not display the description of the category in the categories module but you can always modify the template file of the module and create an override. Then, all you need to do is to use the following codes,
[gist]
<?php echo $category->description;?>
[/gist]