foton.py: delegate from Section to FilterDesign
Simplify the interface by allowing users to call the FilterDesign class's methods directly on a Section. Section.get_filterdesign() and Section.set_filterdesign() are automatically invoked as needed.
Implementation inspired by https://pypi.org/project/delegateto/