ObjectStatus has three dynamic attributes. For each of them, I have to write my own formatting method with the same set of parameters.
1. Can I write one (universal) formatter for attributes?
2. How correct is my approach?