lisa.exekall_customize: Add utils.ExekallTaggable and dispatch tag de…
…finitions
Instead of having the tags "hardcoded" in the glue, dispatch them in their respective class by inheriting from ExekallTaggable and defining a custom get_tags() method.
This allows putting all the class-related information in the class itself.