Hi Igor
In the activity code (maybe in the designer.cs file), look for a line that sets the .Name property. It might be in a method called InitializeComponent.
Also check in AddActivityToWorkflow that you are not setting the .Name property of the activity class.
If all else fails, do a find in file (CTRL + SHIFT + F) in visual studio and search for .Name
James