An overridden method containing only an inherited statement without any other actions is superfluous. The presence of the overridden method is also misleading, as it implies that the behaviour has been changed from the base class.
Remove the method override.