something like
```
protected function getHeading()
{
//I can do things here to create a dynamic description if necessary
return "My Custom Heading";
}
protected function getDescription()
{
//I can do things here to create a dynamic description if necessary
return "My Custom Description";
}