Why is this an issue?

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.

How to fix it

Remove the method override.